/*分页样式*/
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px; font-size: 18px; font-weight: bold;}
.pagination ul {margin: 0; padding: 0; list-style: none;}
.pagination li{margin:0px 2px; border:1px solid #e6e6e6;padding: 3px 5px;display: inline-block;width: 50px}
.pagination .active{background-color: #46A3FF;color: #fff;}
.pagination .disabled{color:#aaa;}
.pagination a{padding:2px 14px; color: #666;}
.pagination a:hover {color: #3f9d3f; text-decoration: none;}


.list_text {
    /*text-align: center;*/
    /*background: #e6e6e6;*/
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;

}

.list_detail {
    font-size: 1.4rem; text-align: center; border-top: solid 1px #f0f0f0;
}
.list_detail span {
    position: relative; display: inline-block; color: #333; padding: 0 40px; bottom: 20px;
}

.list_title {
    border-bottom: solid 1px #f5f5f5; color: #4c4c4c; font-weight: normal; font-size: 1em;
}
.list_title span {
    border-bottom: solid 2px #666; padding-bottom: 5px; display: inline-block;
}

.last-nore {
    padding-top: 30px;
}
.last-nore .col-xs-6 {
    background: #fff;
    border-left: solid 5px #f5f5f5;
    border-right: solid 5px #f5f5f5;
}
.last-nore .col-xs-6 a ,.last-nore .col-xs-6 span{

    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0 10px;
}

.news-bg {background: #f5f5f5; margin-bottom: 40px;}
.newslist .row { background: #fff; padding: 20px; margin-bottom: 20px;}


.centerBlock {margin-left: auto; margin-right: auto; width: 1280px;}
@media (max-width: 1280px) {
    .centerBlock {
        width: 100%;
        padding: 0 10px;
    }
}
.centerBlock .row {margin: 0;}

.clearfix3:after{content:"";display:block;clear:both;}
.clearfix3:before, .clearfix3:after, .row:before, row:after {display: table; content: " ";}

.row {margin-right: -15px; margin-left: -15px;}
.row:after {clear:both;}
.row:before, .row:after{display: table;content: " ";}


@media (max-width: 700px) {
    .newslist .col-xs-3 i{/*手机端滚动条*/
        width: auto;
    }
    .newslist .imglistnew{
        max-width: 100%; max-height: 100%;
    }
}

.newslist .imglistnew{width: 100%;}
.newslist h3{font-size: 20px; font-weight: normal; margin-top: 10px; line-height: 26px; overflow: hidden;}
.newslist h3 a:hover {color: #3f9d3f; text-decoration: none;}
.newslist span {margin-top: 10px; margin-bottom: 15px; display:block;}


.col-md-3, .col-md-7, .col-xs-12 {position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
.col-xs-12, .col-md-7 {float: left;}
.col-xs-12 {width: 100%;}

@media (min-width: 992px) {
    .col-md-3,.col-md-7 {
        float: left;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }

}

.prev-next{margin-top: 5px; line-height:39px;display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.prev-next:hover {
    background: #3f9d3f;
    color: #fff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
